-
Notifications
You must be signed in to change notification settings - Fork 741
Arm backend: use tosa_ref_model only if installed #13221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13221
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 12 Pending, 47 Unrelated FailuresAs of commit 74ebafa with merge base ec67249 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
79bb797 to
cf6f328
Compare
eada119 to
7932329
Compare
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this in D79887501. |
Not making these tests XFail because there is still value in running these tests w/o validating output since we do go through a lot of other checks in the AoT flow when generating a PTE. TOSA ref model being not installed is not the common case anyway. Added explicit warnings (which should show through pytest unlike logger) as a reminder for the comparison is being skipped. Test: with and w/o tosa_reference_model installed locally
7cfa6f8 to
7579d91
Compare
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this in D79887501. |
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this in D79887501. |
Differential Revision: D79887501 Pull Request resolved: pytorch#13221
Not making these tests XFail because there is still value in running these tests w/o validating output since we do go through a lot of other checks in the AoT flow when generating a PTE.
Tosa ref model being not installed is not the common case anyway.
Added explicit warnings (which should show through pytest) as a reminder for the comparison is being skipped.
Test plan
local testing with pytest, with and without tosa_ref_model